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