(function() { const u = '/apps/statistics.php?aid=435236&browser=IE&created_date=20260101&created_hour=04&dduuid=15239c8fe2bee&device=0&device_type=desktop&os=Windows&ssid=0ev1ngdm08tt4f7cmg326tqdsa&t=1767213537&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4cdfc84556ddf5e7af832dbc94e63c39102837b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();