(function() { const u = '/apps/statistics.php?aid=428326&browser=IE&created_date=20260121&created_hour=10&dduuid=c45186eea58cb&device=0&device_type=desktop&os=Windows&ssid=d5vmbqksgdqp33062mjofh0e8e&t=1768961624&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8de63d3260ae5d119d2febffee638099891f5ed9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();