(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=07&dduuid=dc472065a00cd&device=0&device_type=desktop&os=Windows&ssid=tl6dgbf74mea6hd2jg6h2caq9k&t=1762644545&typeid=0&url_type=2&value=&sign=42afb28b14b04ac38a89b578db08090b1dff7b9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();