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