(function() { const u = '/apps/statistics.php?aid=450129&browser=IE&created_date=20260308&created_hour=05&dduuid=7d49601131d48&device=0&device_type=desktop&os=Windows&ssid=obn1ebl5j17t4c07tad4djv76t&t=1772917920&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8efd0a504ec69e56f26aae674d260ea0ffd7abd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();