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