(function() { const u = '/apps/statistics.php?aid=455686&browser=IE&created_date=20260303&created_hour=12&dduuid=7cb4d5acf8d97&device=0&device_type=desktop&os=Windows&ssid=5lqsgo2t25du2uf5sa2greivq4&t=1772512832&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0361db905bdeff5debbeb0bad5b0bb601e8d82a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();