(function() { const u = '/apps/statistics.php?aid=442279&browser=IE&created_date=20260306&created_hour=15&dduuid=d3332eb492aff&device=0&device_type=desktop&os=Windows&ssid=q9i4oaf726jrv55hh61i1ss98o&t=1772780722&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=097f4586e5c85cb8d36792960eff5751fe08e8c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();