(function() { const u = '/apps/statistics.php?aid=449410&browser=IE&created_date=20260123&created_hour=08&dduuid=3066211de6264&device=0&device_type=desktop&os=Windows&ssid=6ci6n5kt41fog03i5f6u4kv8k8&t=1769127743&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d5dd64188a9467b90a141d0da3a59345169f57c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();