(function() { const u = '/apps/statistics.php?aid=21201&browser=IE&created_date=20260119&created_hour=03&dduuid=67e93d2a75437&device=0&device_type=desktop&os=Windows&ssid=q4v7ibuei46vd15eld0lhdvrik&t=1768765079&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26284a1d358b988834933ffba03dcb4a22fecfae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();