(function() { const u = '/apps/statistics.php?aid=98839&browser=IE&created_date=20260226&created_hour=07&dduuid=b79f4534474d5&device=0&device_type=desktop&os=Windows&ssid=shrben0bfi808tu6vt2nsqvhe9&t=1772061819&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81671d5e81a094cad0cf69247f2e3e7cffcd7ada&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();