(function() { const u = '/apps/statistics.php?aid=424239&browser=IE&created_date=20260128&created_hour=12&dduuid=7f19a1d6a117a&device=0&device_type=desktop&os=Windows&ssid=fat481u9bhpguah8ok1m3vsmk3&t=1769575789&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce816247155c86202243cd7205c5961904987349&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();