(function() { const u = '/apps/statistics.php?aid=437020&browser=IE&created_date=20260305&created_hour=02&dduuid=f4c324e1b7787&device=0&device_type=desktop&os=Windows&ssid=lci8l1h4ohvocoq8t517lrunap&t=1772648855&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dad5266cec74d06efc07ad72f7c62a057c9630d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();