(function() { const u = '/apps/statistics.php?aid=450523&browser=IE&created_date=20260225&created_hour=17&dduuid=f17bfd344e9e0&device=0&device_type=desktop&os=Windows&ssid=sdue5558mutr9usfcq77fm0lnv&t=1772011905&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73d35781575aecec0e507b7775aa2f75c578d6bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();