(function() { const u = '/apps/statistics.php?aid=208899&browser=IE&created_date=20251229&created_hour=17&dduuid=c70064c7c4818&device=0&device_type=desktop&os=Windows&ssid=frr4i4hp78rfkts4m5sm5ofdei&t=1766999402&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f80cdc48b72574661936d0a2066323b5c1fb059&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();