(function() { const u = '/apps/statistics.php?aid=443461&browser=IE&created_date=20260303&created_hour=22&dduuid=cc70569173ba5&device=0&device_type=desktop&os=Windows&ssid=2d1vqcakohe4u33qk7r6ert68c&t=1772546536&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c081e14527e12634985e6ca63c36951f0e23208&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();