(function() { const u = '/apps/statistics.php?aid=386348&browser=IE&created_date=20260311&created_hour=03&dduuid=f91efd7f7bf2c&device=0&device_type=desktop&os=Windows&ssid=jh43g6os63oht33ch4iisu7s4h&t=1773169237&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81d706ba5aa39eb8ed42c482a844f7d45318ecb0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();