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