(function() { const u = '/apps/statistics.php?aid=443228&browser=IE&created_date=20260310&created_hour=22&dduuid=9457ed983d44e&device=0&device_type=desktop&os=Windows&ssid=9d5khmtb2fo2lk50dn5m5b06co&t=1773152746&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6edb5df6db00f22b239a2b6964e6b97c6e3b9e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();