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