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