(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=15&dduuid=fdb07b3c252bc&device=0&device_type=desktop&os=Windows&ssid=uoqd6pev33akikj49t1uf9fiip&t=1760858430&typeid=0&url_type=2&value=&sign=456e824cc499c3f463ca7dc4652a4ec07011fdaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();