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