(function() { const u = '/apps/statistics.php?aid=448410&browser=IE&created_date=20260123&created_hour=08&dduuid=93aace1723533&device=0&device_type=desktop&os=Windows&ssid=cbnc9b7lqq5llr0l78l2tvemj1&t=1769127674&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f94226c30b6f9b0baa9b0d037b90c5eb63af7845&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();