(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=08&dduuid=6d7dbc0a8c517&device=0&device_type=desktop&os=Windows&ssid=4i1ctfcos9qdld0eqq256sd20k&t=1762216651&typeid=0&url_type=2&value=&sign=32985f873ba77470239f9b053c59a35358af0d80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();