(function() { const u = '/apps/statistics.php?aid=456099&browser=IE&created_date=20260307&created_hour=18&dduuid=fbb9abe34c723&device=0&device_type=desktop&os=Windows&ssid=cb7rkp82u3r9lhprn3f74mb89v&t=1772879663&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c1da3df9505c3fd5a211491c65ba6dbdad96c36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();