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