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