(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=08&dduuid=3f179b3f95c79&device=0&device_type=desktop&os=Windows&ssid=6p00r7smbbr8pr1kolugn5iti9&t=1760746367&typeid=0&url_type=2&value=&sign=8ed7f36600153ebfa76d59235c6780bc03a2c619&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();