(function() { const u = '/apps/statistics.php?aid=455881&browser=IE&created_date=20260303&created_hour=14&dduuid=3225d9160e7e8&device=0&device_type=desktop&os=Windows&ssid=nf9qh6evg3d8up1oidnui7c5ig&t=1772518504&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43640588c3a075861ac0459f9410612050032210&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();