(function() { const u = '/apps/statistics.php?aid=397275&browser=IE&created_date=20260308&created_hour=14&dduuid=74a0e7bfb37f4&device=0&device_type=desktop&os=Windows&ssid=8rja82iimvfhvp4o61nebh6a2p&t=1772952353&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5c7dfc0356b472473734b7717d30e7d3d0992b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();