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