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