(function() { const u = '/apps/statistics.php?aid=437786&browser=IE&created_date=20260308&created_hour=14&dduuid=3387aa4e80b89&device=0&device_type=desktop&os=Windows&ssid=28b2m0a3554ta6q4t9bf8gio0o&t=1772952587&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4feef54775d71e3757d1b99d0afa2dda5c296b4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();