(function() { const u = '/apps/statistics.php?aid=210305&browser=IE&created_date=20260223&created_hour=17&dduuid=a6eb51187e37d&device=0&device_type=desktop&os=Windows&ssid=dl6pfhu940s8bru6u1eq0jpaam&t=1771838732&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cae89752d5d34fc9cf75ce30b79c8bed04d11470&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();