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