(function() { const u = '/apps/statistics.php?aid=388612&browser=IE&created_date=20260123&created_hour=01&dduuid=7700ab633f6c1&device=0&device_type=desktop&os=Windows&ssid=4bqn7s0nn20l473rbhf5dh5osn&t=1769103089&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e5ca6a2a380cc0870647fee1f368883068514ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();