(function() { const u = '/apps/statistics.php?aid=21096&browser=IE&created_date=20260304&created_hour=21&dduuid=bfe3c49ea812d&device=0&device_type=desktop&os=Windows&ssid=ptqicdi9qn57a9ufbv456r22oa&t=1772632350&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d08091869472ea7c5523245f092bf808381a205&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();