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