(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=17&dduuid=b9aab68e631de&device=0&device_type=desktop&os=Windows&ssid=5n8s0v2dum0opkkveqogrcikvv&t=1758187785&typeid=0&url_type=2&value=&sign=5506f88d56631555da43adda83c8751629cb1df3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();