(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251112&created_hour=20&dduuid=66c6a22653e74&device=0&device_type=desktop&os=Windows&ssid=4q0vmriengml2330h2pva9nsk3&t=1762952125&typeid=0&url_type=1&value=&sign=57fdf4b9210a11f39adc069a00938948ead341b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();