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