(function() { const u = '/apps/statistics.php?aid=419&browser=IE&created_date=20260224&created_hour=14&dduuid=ebb70162bbfc7&device=0&device_type=desktop&os=Windows&ssid=jolseudud8mgqdfas0bclpqesj&t=1771913797&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d56a19d6dce4e2f92c7113460af25388ceb23feb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();