(function() { const u = '/apps/statistics.php?aid=456162&browser=IE&created_date=20260316&created_hour=01&dduuid=db019fc0c2c4e&device=0&device_type=desktop&os=Windows&ssid=i9h9h3k96tu99ean119s06tpmt&t=1773594010&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6140d365fde0565dba2979294d210a60e6071e26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();