(function() { const u = '/apps/statistics.php?aid=78735&browser=IE&created_date=20260303&created_hour=20&dduuid=5d5b531f109b0&device=0&device_type=desktop&os=Windows&ssid=d1fer03p7qm5gu2telbd32fmv4&t=1772540894&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69c503f845f5992c4b05005f7afe55dd737dc613&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();