(function() { const u = '/apps/statistics.php?aid=397891&browser=IE&created_date=20260308&created_hour=12&dduuid=4ad46fd6d9dc3&device=0&device_type=desktop&os=Windows&ssid=4tfmhveba4mebosstgirc8c9bi&t=1772942434&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78227996d4a5f01014250c4a4c38ff33450e2f27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();