(function() { const u = '/apps/statistics.php?aid=372836&browser=IE&created_date=20260305&created_hour=15&dduuid=c17f87aa5ca9b&device=0&device_type=desktop&os=Windows&ssid=32h652fgc97rj1h72mkmus0cvv&t=1772694130&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=860247d99e000af075ffe0871b46889c68dc6d5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();