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