(function() { const u = '/apps/statistics.php?aid=448767&browser=IE&created_date=20260124&created_hour=00&dduuid=068490386b68c&device=0&device_type=desktop&os=Windows&ssid=i4ps1luvnf2fkms4aur54r6m32&t=1769185238&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d4eb4de8394a96c010b246d62f3fd2aae53e9b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();