(function() { const u = '/apps/statistics.php?aid=207639&browser=IE&created_date=20260112&created_hour=10&dduuid=01dcacffd2cc4&device=0&device_type=desktop&os=Windows&ssid=525a7hjbfitpl19nhnpfogmupn&t=1768186552&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d5d0227643b37644fa850f4bb663237da7fecfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();