(function() { const u = '/apps/statistics.php?aid=444253&browser=IE&created_date=20251222&created_hour=16&dduuid=a4ceadb11ea19&device=0&device_type=desktop&os=Windows&ssid=h66kdcvs523uoq2el1unnes9rf&t=1766392728&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8c41e20e48b1d3e482bf30fecd66aef8e3932be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();