(function() { const u = '/apps/statistics.php?aid=455188&browser=IE&created_date=20260304&created_hour=22&dduuid=dad4959196e34&device=0&device_type=desktop&os=Windows&ssid=e9ne8fsh4568hsds3gq49469n1&t=1772633423&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b103065a5b087b74cc22053cc9a7ea9391cfaedc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();