(function() { const u = '/apps/statistics.php?aid=89257&browser=IE&created_date=20260117&created_hour=06&dduuid=4eb9ffe27c9b5&device=0&device_type=desktop&os=Windows&ssid=a8qch4uettvkh2s4agi43k03ih&t=1768601522&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1438338fbc16b55ee3ecd239ba5ad38c170c70ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();