(function() { const u = '/apps/statistics.php?aid=455894&browser=IE&created_date=20260303&created_hour=12&dduuid=da1a6d7031bfc&device=0&device_type=desktop&os=Windows&ssid=bg6gevistsfroan7ghucg5blel&t=1772513948&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=780a4fa3406db0e245c7dfce4c62b115f1dcfabd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();