(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251116&created_hour=11&dduuid=fc567823410dd&device=0&device_type=desktop&os=Windows&ssid=54oc42p6tbb88n87h6g2g3j0l2&t=1763263547&typeid=0&url_type=2&value=&sign=d4891de8465b368c95ac50fac4e8f61c63d284dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();