(function() { const u = '/apps/statistics.php?aid=451722&browser=IE&created_date=20260311&created_hour=09&dduuid=425a8801bce40&device=0&device_type=desktop&os=Windows&ssid=tqn1bje1nr9k381ltgbog3qkoo&t=1773192422&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ac158a5a14cf13977fed74f17ba5bd5997d7a20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();