(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251116&created_hour=06&dduuid=963286d49212a&device=0&device_type=desktop&os=Windows&ssid=0lknk40c1gljaj6i3l4j7f1hho&t=1763245779&typeid=0&url_type=2&value=&sign=96132e81f9c653d9bf1b7bb184982b08bd874381&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();