(function() { const u = '/apps/statistics.php?aid=457113&browser=IE&created_date=20260224&created_hour=20&dduuid=ea0f3a9fa9813&device=0&device_type=desktop&os=Windows&ssid=c0f4mlepj9716o94aktkltg9iq&t=1771935162&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20238e8cc6e76df8e4df8fd835fc223fb35583b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();