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