(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=17&dduuid=1e33bbf5ed51a&device=0&device_type=desktop&os=Windows&ssid=g7pkbqfkcqrir3oag9ddicgpjp&t=1760864864&typeid=0&url_type=2&value=&sign=9977e0159089f553a759e95b776bfee25e9a6185&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();