(function() { const u = '/apps/statistics.php?aid=87597&browser=IE&created_date=20260124&created_hour=00&dduuid=15068992c2d1f&device=0&device_type=desktop&os=Windows&ssid=kvj6sdrh144er59hukeaaio7rq&t=1769184649&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b202367a9b2ce06c63bd447c63459f4974cde5fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();