(function() { const u = '/apps/statistics.php?aid=433939&browser=IE&created_date=20260305&created_hour=05&dduuid=3a627762ca6b0&device=0&device_type=desktop&os=Windows&ssid=cmnme0e46kp9usuc1pl8t67vjh&t=1772659326&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=379fe2a77d56d739e2b4464abc5522973151bf06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();