(function() { const u = '/apps/statistics.php?aid=453372&browser=IE&created_date=20260311&created_hour=19&dduuid=d2dfef67e6f22&device=0&device_type=desktop&os=Windows&ssid=7pjpn2916qd5vbhc685i0dvf7p&t=1773228537&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2b154c572d0badb0e52cdbe3eaa280da74a041f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();