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