(function() { const u = '/apps/statistics.php?aid=404348&browser=IE&created_date=20260308&created_hour=02&dduuid=819790d495171&device=0&device_type=desktop&os=Windows&ssid=nt9hmt1jab9moe34vc56gqb7i0&t=1772909240&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2091f3e4752973792a2492f76cd3ba5ea8ae884c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();