(function() { const u = '/apps/statistics.php?aid=207971&browser=IE&created_date=20260102&created_hour=19&dduuid=f16e0a395a37e&device=0&device_type=desktop&os=Windows&ssid=9vai0diq9dd7eb4f90o92k70lr&t=1767352077&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10df68e65700fbbc63a526474c0be776776e6575&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();