(function() { const u = '/apps/statistics.php?aid=461929&browser=IE&created_date=20260313&created_hour=01&dduuid=e733bae1e4e9c&device=0&device_type=desktop&os=Windows&ssid=jc4735k3l6gqoghq805pglsudb&t=1773335330&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efc5d9b557fee145b58d577d7bca2293657a203d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();