(function() { const u = '/apps/statistics.php?aid=207352&browser=IE&created_date=20260114&created_hour=08&dduuid=42a787a9f5b25&device=0&device_type=desktop&os=Windows&ssid=6e4da7b66i0matgdkiq0cen0hf&t=1768350401&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=660213cbc3330fbbfe33a48ea9a27aa0e4701361&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();