(function() { const u = '/apps/statistics.php?aid=75715&browser=IE&created_date=20260303&created_hour=21&dduuid=84e5a0e7442f2&device=0&device_type=desktop&os=Windows&ssid=a360ac9c5964kmc4vuesj1i6o5&t=1772545524&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2c09a8d68eccf48f7474531571d2f795456aa31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();