(function() { const u = '/apps/statistics.php?aid=395172&browser=IE&created_date=20260309&created_hour=15&dduuid=3ffda111ec1e8&device=0&device_type=desktop&os=Windows&ssid=shprfnv2cln3l6mlefuanm4loq&t=1773040020&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=692a4a894305db3b2718a0d3fd07f0742b933c3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();