(function() { const u = '/apps/statistics.php?aid=442330&browser=IE&created_date=20251222&created_hour=10&dduuid=a649a566d91f6&device=0&device_type=desktop&os=Windows&ssid=678een0pjb3reorqk0pq3ck0nl&t=1766369404&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f4a022660276c201cc822bab381a0617e96a59f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();