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