(function() { const u = '/apps/statistics.php?aid=454083&browser=IE&created_date=20260305&created_hour=14&dduuid=2753f624ca5a8&device=0&device_type=desktop&os=Windows&ssid=ssgoh9ikvcipna4a1c0fu4top2&t=1772693730&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39426e9ac1cdbb6454bd1ef69d0169009e088571&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();