(function() { const u = '/apps/statistics.php?aid=413289&browser=IE&created_date=20260227&created_hour=10&dduuid=288da4a96d7e4&device=0&device_type=desktop&os=Windows&ssid=asav7vcnohv5c6p19m03chh8is&t=1772157682&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69579e9872aafb3a24271db3d914fe74af93698f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();