(function() { const u = '/apps/statistics.php?aid=455653&browser=IE&created_date=20260303&created_hour=10&dduuid=6dcc0538791ec&device=0&device_type=desktop&os=Windows&ssid=80e44uh8v8add0u11k5obj3r1r&t=1772504074&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db81c06e0b857dde1b75d4ca7f51ae4bc2864ee1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();