(function() { const u = '/apps/statistics.php?aid=47141&browser=IE&created_date=20260311&created_hour=23&dduuid=4a802a0a62f83&device=0&device_type=desktop&os=Windows&ssid=0mbgaj02vrh8ag7fj77od8cr41&t=1773243327&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30ff3db42c1cb2ee6499e38db182fc84abea8366&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();