(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=13&dduuid=0123384b8f4c1&device=0&device_type=desktop&os=Windows&ssid=t2t9fqva94scfm5jagnle5gqet&t=1761195939&typeid=0&url_type=2&value=&sign=646042b07594f60500c21617c1f66bd7415c057b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();