(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=16&dduuid=34fdbcb4bcab4&device=0&device_type=desktop&os=Windows&ssid=l8gkl57ldb9ftt08q3cg99v7lr&t=1760518001&typeid=0&url_type=2&value=&sign=73a9e9d40ada93a68f53781a5226b916cb60db60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();