(function() { const u = '/apps/statistics.php?aid=2&browser=IE&created_date=20260304&created_hour=08&dduuid=9a9a5479b34f0&device=0&device_type=desktop&os=Windows&ssid=q43ok8ur420ala4rpp891mgg4o&t=1772583861&typeid=2&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16e24309f7411515c3309c36da6ecbbb9a582f69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();