(function() { const u = '/apps/statistics.php?aid=448395&browser=IE&created_date=20260124&created_hour=11&dduuid=5d750637f8594&device=0&device_type=desktop&os=Windows&ssid=4hik1as6v0254top0ns7kjjv80&t=1769224927&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0649f349b194a55b6f021cf618c3d685f07c3428&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();