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