(function() { const u = '/apps/statistics.php?aid=435144&browser=IE&created_date=20260124&created_hour=16&dduuid=a5607997df574&device=0&device_type=desktop&os=Windows&ssid=f46areqkepkgdpu063vafqmmc4&t=1769244736&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=878394895d184f8ec6fe24c595d85644ad9f8919&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();