(function() { const u = '/apps/statistics.php?aid=79855&browser=IE&created_date=20260227&created_hour=15&dduuid=ecb4e29ebb385&device=0&device_type=desktop&os=Windows&ssid=2p2udduspj9j9bi2tjfujadobv&t=1772177358&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ba42438c329bff1c0d41feb2cd129bd8ee74718&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();