(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=13&dduuid=1889a726c49fc&device=0&device_type=desktop&os=Windows&ssid=bj37fha59920llo9ag7min02fu&t=1758000895&typeid=0&url_type=2&value=&sign=2997a044df8f492cff9f55a0ab77cc65864908ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();