(function() { const u = '/apps/statistics.php?aid=422231&browser=IE&created_date=20260131&created_hour=15&dduuid=d8e1d1cfe6169&device=0&device_type=desktop&os=Windows&ssid=o76ho1rje93uud9v4801090h27&t=1769846218&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cb515b9eb70c6a278893c23f7e94b09113ce279&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();