(function() { const u = '/apps/statistics.php?aid=441498&browser=IE&created_date=20260313&created_hour=20&dduuid=35121753f89b2&device=0&device_type=desktop&os=Windows&ssid=9i4kb8e7d6fqc5a1hr6mhp0r8l&t=1773403745&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1f7a260bb297fad30185781411d9f68a07a21ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();