(function() { const u = '/apps/statistics.php?aid=300006&browser=IE&created_date=20260226&created_hour=00&dduuid=b326dcb72b7bf&device=0&device_type=desktop&os=Windows&ssid=66flr5gaahadbkhia6jubbugl1&t=1772037637&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a6e92a03c6771027ce962a1beb5d930f5720e14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();