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