(function() { const u = '/apps/statistics.php?aid=398050&browser=IE&created_date=20260226&created_hour=07&dduuid=9ed9473286cc1&device=0&device_type=desktop&os=Windows&ssid=8o2atks7sshcakkh6p5od8fmmu&t=1772060530&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=822a240ec02f5056aaed7f8e8f4400e9c9223aa0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();