(function() { const u = '/apps/statistics.php?aid=430605&browser=IE&created_date=20260117&created_hour=12&dduuid=05d01674bce3e&device=0&device_type=desktop&os=Windows&ssid=dcs437580d3if95tt01nv96gmg&t=1768623319&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f694e1f224790cbc90a34966833dc6e9dbfaf28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();