(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=02&dduuid=953aa2181ef20&device=0&device_type=desktop&os=Windows&ssid=s9faf1ms8i158vek7vtbgbvnoh&t=1757960100&typeid=0&url_type=2&value=&sign=4178d1082e6eb8a5b8792c91b2b6851bd5f8d5b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();