(function() { const u = '/apps/statistics.php?aid=440556&browser=IE&created_date=20251223&created_hour=01&dduuid=890ce38424282&device=0&device_type=desktop&os=Windows&ssid=aahqk9ekegtehhf62r2cgagjd6&t=1766425422&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c07100e8ec521dbe6b561420b7d5d113d30fbfc6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();