(function() { const u = '/apps/statistics.php?aid=450059&browser=IE&created_date=20260312&created_hour=02&dduuid=7bd8117095d5c&device=0&device_type=desktop&os=Windows&ssid=asvrav63a9iimbmj3fif8rpoa2&t=1773252839&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d192d0e5808a18c9ac71009fcd4ea920b3c31bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();