(function() { const u = '/apps/statistics.php?aid=444798&browser=IE&created_date=20251220&created_hour=15&dduuid=6935b16e52223&device=0&device_type=desktop&os=Windows&ssid=e70r15ok27l48j7i0qbhljhjuu&t=1766214659&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac1ef957ccfaa45578c548a2e420fd394c446365&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();