(function() { const u = '/apps/statistics.php?aid=319456&browser=IE&created_date=20260307&created_hour=17&dduuid=f8b213d3b1229&device=0&device_type=desktop&os=Windows&ssid=h52b0ohc7vmvbstv7tonjr8ut8&t=1772874531&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c39dbdca5e09be3ab9cc1e037e83f5f0e0c003a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();