(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=15&dduuid=bc34a7eb2cdd9&device=0&device_type=desktop&os=Windows&ssid=4cp12ivm91nb060kbrdfjr35ed&t=1758180960&typeid=0&url_type=2&value=&sign=9802547f16d068444099dccc3764e67cf8d75a70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();