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