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