(function() { const u = '/apps/statistics.php?aid=363141&browser=IE&created_date=20260306&created_hour=02&dduuid=147c7ca429cd3&device=0&device_type=desktop&os=Windows&ssid=n251ufpcgh292guv3mold7aiej&t=1772734855&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6ce684f2e0b291aaa122a8f251a44fcff173faf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();