(function() { const u = '/apps/statistics.php?aid=456139&browser=IE&created_date=20260310&created_hour=14&dduuid=34a7df9f00ab1&device=0&device_type=desktop&os=Windows&ssid=tva23m1ogrq4naukhoe8qhbj7c&t=1773123762&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=898ddeb4e37887a99811efb664f4b27c6b6f983d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();