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