(function() { const u = '/apps/statistics.php?aid=168&browser=IE&created_date=20260224&created_hour=21&dduuid=39a9faf6acfa3&device=0&device_type=desktop&os=Windows&ssid=5hfganiqaq93qg5ptr8o61tfv3&t=1771938220&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=491674dd9e62f23234a41dd415ab7dd64fec10be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();