(function() { const u = '/apps/statistics.php?aid=422202&browser=IE&created_date=20260305&created_hour=20&dduuid=91f5c7c65b382&device=0&device_type=desktop&os=Windows&ssid=3oieo5s32qvrk3v2pct0jgfs11&t=1772713221&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0066806c2c90564b8e8dbcf068a010d5445ecc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();