(function() { const u = '/apps/statistics.php?aid=423182&browser=IE&created_date=20260130&created_hour=05&dduuid=7a0d9d046d56c&device=0&device_type=desktop&os=Windows&ssid=j8nnkvipc74u5k7mn1uf9lbiub&t=1769723254&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8af9df55b224fa5f4c52d072b8d992231dbd7ed8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();