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