(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=18&dduuid=dace3930727bf&device=0&device_type=desktop&os=Windows&ssid=0sc03dq7j4bvld47b5opnao9nu&t=1761128881&typeid=0&url_type=2&value=&sign=7c6efc878465479db71dbddb6fba71ce18e093be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();