(function() { const u = '/apps/statistics.php?aid=38460&browser=IE&created_date=20260311&created_hour=07&dduuid=459e4a65ac2f8&device=0&device_type=desktop&os=Windows&ssid=m2kq9a1d53ae0hr888fugsl56a&t=1773184787&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b739ceb28c779f20a02b39dde5983a5f30837a89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();