(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=04&dduuid=9624b73abdf2b&device=0&device_type=desktop&os=Windows&ssid=8tnqa0nis60fcu3atqhk8ofn1l&t=1761856342&typeid=0&url_type=2&value=&sign=7975c9fa6077ed77d273f185d92cfba9fd820b9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();