(function() { const u = '/apps/statistics.php?aid=343342&browser=IE&created_date=20260313&created_hour=12&dduuid=80a5b841e75e8&device=0&device_type=desktop&os=Windows&ssid=ff77gjoq87c5qidf2co0gofgjn&t=1773377974&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6fda8642d1009c7366b97d572bc9f4627325e2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();