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