(function() { const u = '/apps/statistics.php?aid=454315&browser=IE&created_date=20260308&created_hour=05&dduuid=6975d2b5dee72&device=0&device_type=desktop&os=Windows&ssid=8t85lutefjf9opb7gga86khcho&t=1772919054&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79164a98ce41f77688a5d3c793fe4d4dd25d6340&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();