(function() { const u = '/apps/statistics.php?aid=209166&browser=IE&created_date=20251228&created_hour=17&dduuid=6fe497aa09b99&device=0&device_type=desktop&os=Windows&ssid=8qciv6tbd884oibf195o6hfa6c&t=1766913856&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55d1319a9cce7d6cce9a174fec75068365b28587&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();