(function() { const u = '/apps/statistics.php?aid=458706&browser=IE&created_date=20260316&created_hour=17&dduuid=749a06cf31948&device=0&device_type=desktop&os=Windows&ssid=vrpg556p0v8t67evn6o8ot673d&t=1773652596&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39df901fe003050d704f7236ccfd7b6e515672b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();