(function() { const u = '/apps/statistics.php?aid=452494&browser=IE&created_date=20260306&created_hour=03&dduuid=808ee038c9e70&device=0&device_type=desktop&os=Windows&ssid=23l0166361u76hmlu2mc178a8r&t=1772738302&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49273480b3a942e78977607ed58c202a6c3e371f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();