(function() { const u = '/apps/statistics.php?aid=210392&browser=IE&created_date=20251223&created_hour=08&dduuid=aa3da9bbaede1&device=0&device_type=desktop&os=Windows&ssid=5csfndq3kg2d9e49kpso63h8qo&t=1766448252&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fa607010160fc0920d4f64fd3951d30997c22f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();