(function() { const u = '/apps/statistics.php?aid=439635&browser=IE&created_date=20260316&created_hour=06&dduuid=07f894d2cd072&device=0&device_type=desktop&os=Windows&ssid=svl0100lph44g5fsup8mt6a4vp&t=1773614520&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=daaea0a3e42af153a372a674708b2e8d170a9027&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();