(function() { const u = '/apps/statistics.php?aid=455151&browser=IE&created_date=20260303&created_hour=17&dduuid=4d621e44851c4&device=0&device_type=desktop&os=Windows&ssid=ieqbohdr51vmvdfb9eavs0kp83&t=1772530226&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ece96ec295c63b0b9140cf84e0ec92ba6793464&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();