(function() { const u = '/apps/statistics.php?aid=445361&browser=IE&created_date=20251224&created_hour=09&dduuid=5654530b25601&device=0&device_type=desktop&os=Windows&ssid=7cr7a8i8bvs3g7fa755th4vc2j&t=1766538519&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc28618142f4e1ca19a872a0d354a1f3b15db988&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();