(function() { const u = '/apps/statistics.php?aid=433869&browser=IE&created_date=20260305&created_hour=18&dduuid=ff27d86ddb977&device=0&device_type=desktop&os=Windows&ssid=es1aue6n44v0l1rc0m808qgt2c&t=1772706197&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3190a254a6c7c3e7996c778ced9b64afdede1d60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();