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