(function() { const u = '/apps/statistics.php?aid=461161&browser=IE&created_date=20260316&created_hour=18&dduuid=0d96bdd2416fe&device=0&device_type=desktop&os=Windows&ssid=n6033q2s06a774hrcli9rl01iv&t=1773656126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0b5b60a960e97e7255e79191f47f6ca140ea1c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();