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