(function() { const u = '/apps/statistics.php?aid=432535&browser=IE&created_date=20260114&created_hour=16&dduuid=aefe33c3f54a1&device=0&device_type=desktop&os=Windows&ssid=255an7i6fv4lq0467juav13uef&t=1768380219&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd594b5ceeddfd4d3fea419449a9b8a08c3b6c00&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();