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