(function() { const u = '/apps/statistics.php?aid=455015&browser=IE&created_date=20260224&created_hour=13&dduuid=7d3c5d57d75c7&device=0&device_type=desktop&os=Windows&ssid=iiahvkrmtmf7n3q6n4eg97elk9&t=1771909913&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d79c0be4c3c73e66d47a86789d537f46552eacc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();