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