(function() { const u = '/apps/statistics.php?aid=431841&browser=IE&created_date=20260305&created_hour=18&dduuid=0193747ed06bc&device=0&device_type=desktop&os=Windows&ssid=2588u99p1rqe6dnehfj6v0g84c&t=1772706554&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=354f5f66ed86c0ef91996ba279604218b5a78513&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();