(function() { const u = '/apps/statistics.php?aid=51706&browser=IE&created_date=20260311&created_hour=23&dduuid=29e70e42a33fb&device=0&device_type=desktop&os=Windows&ssid=8to6rrglh81isgcr5md4tiqkl0&t=1773243326&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dde7429502ffafdba49f239febd431b533c6692&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();