(function() { const u = '/apps/statistics.php?aid=448082&browser=IE&created_date=20260123&created_hour=01&dduuid=c78bc8ec2dc90&device=0&device_type=desktop&os=Windows&ssid=0a3vj86e8dtmff1c1r1epbc7rb&t=1769101975&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d087e3c07332577df14741fa83c859a958c640c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();