(function() { const u = '/apps/statistics.php?aid=454400&browser=IE&created_date=20260223&created_hour=22&dduuid=ae80409267621&device=0&device_type=desktop&os=Windows&ssid=t6jl9okuc3917deigm1v6hru94&t=1771856592&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94e5f49bb6c7cb9fdab9642a07aa73cd8c52db5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();