(function() { const u = '/apps/statistics.php?aid=213646&browser=IE&created_date=20260306&created_hour=14&dduuid=35fbf6dd66475&device=0&device_type=desktop&os=Windows&ssid=2figj31ba39p6gq1b68eqvk46o&t=1772778568&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eb5b6d9e2501a05608f27c475ea8683f3519928&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();