(function() { const u = '/apps/statistics.php?aid=262900&browser=IE&created_date=20260119&created_hour=05&dduuid=b3be66396a85c&device=0&device_type=desktop&os=Windows&ssid=6n7pgsrefm0p7ejtni4dnh4r53&t=1768770118&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c27d0b66a38997ea5c7f0de8a6f53f674eab9040&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();