(function() { const u = '/apps/statistics.php?aid=454650&browser=IE&created_date=20260305&created_hour=02&dduuid=becab32cca087&device=0&device_type=desktop&os=Windows&ssid=ko7gu5hef2p4vfj336eifg9hce&t=1772647895&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70d81d95cfd10d5cf011fa8e538431d1f9fc87c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();