(function() { const u = '/apps/statistics.php?aid=393492&browser=IE&created_date=20260310&created_hour=09&dduuid=7680c15fe7c15&device=0&device_type=desktop&os=Windows&ssid=0em6a95kgfp1a73c2mg7c79n4e&t=1773105831&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c816e49c874e22055b29a0f2c31163d024d9986&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();