(function() { const u = '/apps/statistics.php?aid=455527&browser=IE&created_date=20260303&created_hour=12&dduuid=1d9cd3803fab4&device=0&device_type=desktop&os=Windows&ssid=q2r4ithtkoa3dd6n0o768rdn8r&t=1772512929&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48d113d545157b45d563a619e9cf570443d3f2f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();