(function() { const u = '/apps/statistics.php?aid=448131&browser=IE&created_date=20260304&created_hour=15&dduuid=a731b2cf990ac&device=0&device_type=desktop&os=Windows&ssid=qpb3h559mh6dtlluc5vlorgbe9&t=1772609342&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3b401e67b95ec3e3829074981f17fd15a9cb57c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();