(function() { const u = '/apps/statistics.php?aid=407119&browser=IE&created_date=20260306&created_hour=09&dduuid=d1d7e9d3cafee&device=0&device_type=desktop&os=Windows&ssid=f208fnoetbndpig8bgb9gm2f83&t=1772760528&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e6831b7715c36fe167c0881947e8b4377a28f69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();