(function() { const u = '/apps/statistics.php?aid=452980&browser=IE&created_date=20260225&created_hour=03&dduuid=ea3524612d22e&device=0&device_type=desktop&os=Windows&ssid=vhpkt8clqrbfbm0bl88l1sptdb&t=1771963085&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea1ab0e83ef81b74634c8cf02498f4466319d9fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();