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