(function() { const u = '/apps/statistics.php?aid=446900&browser=IE&created_date=20260312&created_hour=04&dduuid=1aa1366d4da33&device=0&device_type=desktop&os=Windows&ssid=4erpple49ocse914e0p88r7tbh&t=1773260907&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1a2fef1a82a498f46e82e2732c89f4aa355fead&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();