(function() { const u = '/apps/statistics.php?aid=450023&browser=IE&created_date=20260225&created_hour=21&dduuid=bebfc233659a7&device=0&device_type=desktop&os=Windows&ssid=iv298armac8r352rcvnfq6gud2&t=1772026068&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=338a4075da640b828f5c0bb3c9208d20a86c9188&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();