(function() { const u = '/apps/statistics.php?aid=451400&browser=IE&created_date=20260307&created_hour=03&dduuid=678e6b22419eb&device=0&device_type=desktop&os=Windows&ssid=1849af1o5eka4f1ls0hp9tb7dm&t=1772825012&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60247fc23cc88bae27e396d1f4acdf81a56fb0a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();