(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=19&dduuid=ad89f7ce7c283&device=0&device_type=desktop&os=Windows&ssid=2qhms0cguql1hq873265g20m6a&t=1762169590&typeid=0&url_type=2&value=&sign=88e7071030bb47894e1e3807077d4169e87b5981&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();