(function() { const u = '/apps/statistics.php?aid=14703&browser=IE&created_date=20260122&created_hour=09&dduuid=2889e123c8e62&device=0&device_type=desktop&os=Windows&ssid=jl4c71lelhph5k51itn1grodtf&t=1769045264&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=080f7d5c460ad702db100c9e3fd58756ed06380f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();