(function() { const u = '/apps/statistics.php?aid=448971&browser=IE&created_date=20260113&created_hour=17&dduuid=47e8504f096f9&device=0&device_type=desktop&os=Windows&ssid=h0fi0nufd572obf3tv9u1o3fl1&t=1768296200&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f83a0b98a64f5999f59fecbfc89942ca19a6c27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();