(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251110&created_hour=08&dduuid=ffcfd3cb9d372&device=0&device_type=desktop&os=Windows&ssid=kk3ol2ebnkdnthnh9aedmcujsd&t=1762733278&typeid=0&url_type=2&value=&sign=d7a4e1a7d77fb36547ae7bd361f1787230f3998d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();