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