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