(function() { const u = '/apps/statistics.php?aid=207824&browser=IE&created_date=20260103&created_hour=08&dduuid=479db9bd97317&device=0&device_type=desktop&os=Windows&ssid=6vm1sc31cof1585eo0h1s42bsb&t=1767400672&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ad5b75ac2c55e1316958db85eb54d64393e3d0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();