(function() { const u = '/apps/statistics.php?aid=454356&browser=IE&created_date=20260308&created_hour=02&dduuid=ee2cb596d2620&device=0&device_type=desktop&os=Windows&ssid=hdlfhtqo2u0b105tdk23sea9a2&t=1772909025&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6849f8f7dc1f20d820187a5deb2484e8ffde78d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();