(function() { const u = '/apps/statistics.php?aid=448365&browser=IE&created_date=20260112&created_hour=08&dduuid=0d498424ed87a&device=0&device_type=desktop&os=Windows&ssid=7hbosiste4dkrs32t6kfq8uiog&t=1768179218&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ee73a878fd63e770de6717ee5995d69282ad7aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();