(function() { const u = '/apps/statistics.php?aid=457993&browser=IE&created_date=20260227&created_hour=20&dduuid=4eb9d2e56bb42&device=0&device_type=desktop&os=Windows&ssid=oqqpgqca9r1j3k3j2b515cn1rc&t=1772196498&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2f5dc0dd4523c7c52241a54a8a6faf0ff4b1de5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();