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