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