(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=16&dduuid=22f6f0991f237&device=0&device_type=desktop&os=Windows&ssid=8ci4s0jg9mu0esngp8d8css80j&t=1757925489&typeid=0&url_type=2&value=&sign=95ce94d86ec743fe05286762a129fef44ac70451&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();