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