(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251113&created_hour=12&dduuid=334ed6369e718&device=0&device_type=desktop&os=Windows&ssid=4073s73c9j8etmitkpu4npj00m&t=1763007705&typeid=0&url_type=2&value=&sign=c8e871a6a5412b45a4e9f3bcdef7fc60a594e75f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();