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