(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=b6e3ca094d64c&device=0&device_type=desktop&os=Windows&ssid=tj98p99hsm5ncg6s30m0mtm8ri&t=1757878819&typeid=0&url_type=2&value=&sign=1d7740dd0cf6580839d4ff01b584cf75ec90bed3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();