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