(function() { const u = '/apps/statistics.php?aid=360184&browser=IE&created_date=20260312&created_hour=10&dduuid=24f6b36ec01b9&device=0&device_type=desktop&os=Windows&ssid=k01t7aho55h6hpgalqfu5khgq1&t=1773283675&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7313ffeebabb86ff86df7e5019f0952be705587&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();