(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=21&dduuid=70bb5786d8c4d&device=0&device_type=desktop&os=Windows&ssid=kqfvqgfnk7rd8ha4a65vf48772&t=1757856036&typeid=0&url_type=2&value=&sign=8089ce6b829fd236b4a2d72b9b96007cb94dfeaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();