(function() { const u = '/apps/statistics.php?aid=454048&browser=IE&created_date=20260305&created_hour=12&dduuid=04471a7427251&device=0&device_type=desktop&os=Windows&ssid=20l0g0kr6uhm8ean6fik8a73nq&t=1772683695&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a62c08a6af1665602a37ab19b9e8181febfe4ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();