(function() { const u = '/apps/statistics.php?aid=452473&browser=IE&created_date=20260305&created_hour=18&dduuid=7737001d2c5d6&device=0&device_type=desktop&os=Windows&ssid=b364qs0t0pldprg9hk56fp52rf&t=1772707579&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0247457403ecee7e1f0daa1dd38f5a5d484e95ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();