(function() { const u = '/apps/statistics.php?aid=422198&browser=IE&created_date=20260224&created_hour=23&dduuid=174244ba6aeab&device=0&device_type=desktop&os=Windows&ssid=57se00v7f30ust8rg8r9lb9eq3&t=1771947720&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d79f83b79ba8c1e853499cfba827cc32a780b1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();