(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=22&dduuid=5c9e9c0896072&device=0&device_type=desktop&os=Windows&ssid=8gfa5lfb4kiorjk33ekrs2h9ud&t=1760797204&typeid=0&url_type=2&value=&sign=f9fc3c3c2e9a3c65d07bbbf1efb1cc194cc8972b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();