(function() { const u = '/apps/statistics.php?aid=453754&browser=IE&created_date=20260310&created_hour=11&dduuid=08546d07a2f24&device=0&device_type=desktop&os=Windows&ssid=72co3rbd3it7e218i1v2f102dr&t=1773112832&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3abd2cb84da4297932f6f9fc7cad1103cbb7f4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();