(function() { const u = '/apps/statistics.php?aid=435301&browser=IE&created_date=20251231&created_hour=23&dduuid=38a573a45b6c1&device=0&device_type=desktop&os=Windows&ssid=em0fcgd09t2f4f0qqqmljscdtd&t=1767196520&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d9b35189268029f6296747bcb71ceb44aaad78a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();