(function() { const u = '/apps/statistics.php?aid=439068&browser=IE&created_date=20260112&created_hour=09&dduuid=30367ff8f445c&device=0&device_type=desktop&os=Windows&ssid=uplqki1t72cgj8qus7hkn7tplp&t=1768180028&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4e2c8727711992fa4123c159c443c0e953376fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();