(function() { const u = '/apps/statistics.php?aid=456067&browser=IE&created_date=20260305&created_hour=03&dduuid=f2f783879d21e&device=0&device_type=desktop&os=Windows&ssid=pcic36qeam2kvjmfedttfmejg9&t=1772651809&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f3b58f9bfce2e599635e5d6f6c98a0f86d520a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();