(function() { const u = '/apps/statistics.php?aid=210164&browser=IE&created_date=20251224&created_hour=11&dduuid=f5c3f8214c181&device=0&device_type=desktop&os=Windows&ssid=901lkoc2f4k2ptju5ssak6np7e&t=1766548711&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fdccc88d73c3c0b7dca0efd377be2a121d25195&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();