(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251105&created_hour=15&dduuid=5a0efd3ff2289&device=0&device_type=desktop&os=Windows&ssid=7mdn7ncbsi3a7kdg9m4ta5gp54&t=1762328364&typeid=0&url_type=2&value=&sign=0882d98d73a07238bf6aca27899480b20210cd40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();