(function() { const u = '/apps/statistics.php?aid=344754&browser=IE&created_date=20260312&created_hour=21&dduuid=0efa4a4ad024b&device=0&device_type=desktop&os=Windows&ssid=bmct8vm6tpollh82ko9p7dhhu6&t=1773323847&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2126171bbecc5eab3d1f21c4cc6748c63d7b7f31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();