(function() { const u = '/apps/statistics.php?aid=439460&browser=IE&created_date=20251223&created_hour=10&dduuid=57c5b307b130e&device=0&device_type=desktop&os=Windows&ssid=j4gqu2ib80cu01b1lpqf4rof6r&t=1766458344&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b961009492685f424008e7c37f2193c16c617e21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();