(function() { const u = '/apps/statistics.php?aid=455617&browser=IE&created_date=20260311&created_hour=09&dduuid=2135c1bc4e2c3&device=0&device_type=desktop&os=Windows&ssid=5sigufcuedcfkgk9ji3huujagg&t=1773193032&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfe054823edc82e7b446628d08be231291b16f2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();