(function() { const u = '/apps/statistics.php?aid=143904&browser=IE&created_date=20260308&created_hour=02&dduuid=8425ee95a436c&device=0&device_type=desktop&os=Windows&ssid=c72kc8aauheq751ujkdsk12fs8&t=1772909964&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9388b73d101e4309f0aa64c9e647faa36ef6adaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();