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