(function() { const u = '/apps/statistics.php?aid=461229&browser=IE&created_date=20260311&created_hour=10&dduuid=3a9a083a65042&device=0&device_type=desktop&os=Windows&ssid=e6fl4gmv4oqre2nb6ghmoaphor&t=1773194682&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a4d7a36444f9be84a2af7df7dcb21d340e1dd2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();