(function() { const u = '/apps/statistics.php?aid=440580&browser=IE&created_date=20251222&created_hour=16&dduuid=403407f3cbdd5&device=0&device_type=desktop&os=Windows&ssid=5vdadf22jcifg3g6do7e1ilhgf&t=1766392822&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04c7e4343b66ee881f08beb3fe99e9fe1768e8e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();