(function() { const u = '/apps/statistics.php?aid=454560&browser=IE&created_date=20260312&created_hour=07&dduuid=3493220ac6813&device=0&device_type=desktop&os=Windows&ssid=rt0vde1cg6gt55nlae16cr7qal&t=1773273448&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51e2346c67887ce042c09434db929e4082ec41fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();