(function() { const u = '/apps/statistics.php?aid=65642&browser=IE&created_date=20260112&created_hour=11&dduuid=53d8d717a8c6e&device=0&device_type=desktop&os=Windows&ssid=mqu7r5hurm3146htb3smndk9kk&t=1768187453&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fa1e85e487fc0e46154f76b68c84ee1e79b0468&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();