(function() { const u = '/apps/statistics.php?aid=448371&browser=IE&created_date=20260112&created_hour=09&dduuid=861ba14b96e66&device=0&device_type=desktop&os=Windows&ssid=tjg7rruhlq6vcce06fukbjc1qe&t=1768180728&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50892eb816e4c3eab549192d597a0f3f5c3001f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();