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