(function() { const u = '/apps/statistics.php?aid=453519&browser=IE&created_date=20260310&created_hour=06&dduuid=ea1f925409992&device=0&device_type=desktop&os=Windows&ssid=qa500bq0c2tgprlnq22o2sgsn8&t=1773094516&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c72178aca36c25256f00970f5af2e016803d544d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();