(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=10&dduuid=d4b1053c5c13d&device=0&device_type=desktop&os=Windows&ssid=38l5962n1bqn5ode840atr8m1f&t=1760839353&typeid=0&url_type=2&value=&sign=89c3701ea9f26ccf0f93834918a05621f4084046&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();