(function() { const u = '/apps/statistics.php?aid=432576&browser=IE&created_date=20260306&created_hour=02&dduuid=6e1cd544f01c5&device=0&device_type=desktop&os=Windows&ssid=47e4p0p2qdb3b08rkj08quafrj&t=1772734348&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1a57904864013e2a3ca534a9d206374605360b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();