(function() { const u = '/apps/statistics.php?aid=370672&browser=IE&created_date=20260310&created_hour=10&dduuid=6cf2c2ea7474f&device=0&device_type=desktop&os=Windows&ssid=v4gkhco90e9fpa1m1jcrm8tdm9&t=1773109998&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e754cc1c8f8a15279a46a4be4c1602339f70a31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();