(function() { const u = '/apps/statistics.php?aid=460398&browser=IE&created_date=20260308&created_hour=16&dduuid=9bea8ba7cd969&device=0&device_type=desktop&os=Windows&ssid=o4t8hmb13a8a7of3087qniesvv&t=1772959426&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c94f49ff10fa293ea855d9b587f1be633012272d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();