(function() { const u = '/apps/statistics.php?aid=213634&browser=IE&created_date=20260308&created_hour=03&dduuid=eb4ae925da045&device=0&device_type=desktop&os=Windows&ssid=94q0hdc61borh4lf1kp9a9q3ks&t=1772910608&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e9ec98de536a7cef20e101957f831a1d55747a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();