(function() { const u = '/apps/statistics.php?aid=423938&browser=IE&created_date=20260308&created_hour=09&dduuid=0f9fb48af4c48&device=0&device_type=desktop&os=Windows&ssid=d9gv5f0jfkbil6m6u8jnkqa3k8&t=1772933672&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb30ae1a49b416b1b6d7ce5b69e54eb5f428fcd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();