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