(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=367df4a0e09bc&device=0&device_type=desktop&os=Windows&ssid=63thogpfotdsmkdro17e5jtvuq&t=1758175434&typeid=0&url_type=2&value=&sign=1699580c2383109075f5490faf149c76500f869b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();