(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=20&dduuid=bee0b39ab3238&device=0&device_type=desktop&os=Windows&ssid=1flp8sdf1e388fnv72vdsgd87e&t=1762172587&typeid=0&url_type=2&value=&sign=9261c878cc0ff7adba06da5246a11be4b38d25a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();