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