(function() { const u = '/apps/statistics.php?aid=455441&browser=IE&created_date=20260305&created_hour=20&dduuid=0143d651b59e0&device=0&device_type=desktop&os=Windows&ssid=o59niuufdvcouenvpfua0msm6p&t=1772713643&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f14e8eab608ed8d68cf4dc9bde7090ef00b4faae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();