(function() { const u = '/apps/statistics.php?aid=334338&browser=IE&created_date=20260311&created_hour=10&dduuid=0f28289977de7&device=0&device_type=desktop&os=Windows&ssid=g0h1h5i06in4j3o2qmsb4glo26&t=1773194471&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ac2c2a9ec8d8302661210c426f3f3cdcd37d782&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();