(function() { const u = '/apps/statistics.php?aid=78741&browser=IE&created_date=20260224&created_hour=02&dduuid=50f8ecf3b0d7d&device=0&device_type=desktop&os=Windows&ssid=7vr8d29401shev7huvfgjli2ss&t=1771871761&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec29bcfff256a8ffb12395eeb520d3c7cd22eb30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();