(function() { const u = '/apps/statistics.php?aid=222997&browser=IE&created_date=20260123&created_hour=08&dduuid=d8cedbceeed6c&device=0&device_type=desktop&os=Windows&ssid=emg10hipqck1fltnf6e4qt9dh5&t=1769127356&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=367952895b51482c4c259a898f2fb8e9aa2bf27f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();