(function() { const u = '/apps/statistics.php?aid=35965&browser=IE&created_date=20260112&created_hour=00&dduuid=fb52f0db4f381&device=0&device_type=desktop&os=Windows&ssid=v7ljbe6idogq93q0p7n9oi9vm6&t=1768150740&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=288963425248d39071a1407e942ebe7b93f874b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();