(function() { const u = '/apps/statistics.php?aid=207652&browser=IE&created_date=20260112&created_hour=00&dduuid=011f022ec57c7&device=0&device_type=desktop&os=Windows&ssid=5mf8hfl703nt1962jge1373b3g&t=1768148373&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=644e5b1a64556fd4da8c8a4fdd0916b145d37049&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();