(function() { const u = '/apps/statistics.php?aid=427831&browser=IE&created_date=20260123&created_hour=03&dduuid=222fc7aabfc50&device=0&device_type=desktop&os=Windows&ssid=9gcc25qod7tc7m5c5v4chnkgd9&t=1769109201&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01acf2724fffcb34c244e858b4d3db0749fd81ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();