(function() { const u = '/apps/statistics.php?aid=420101&browser=IE&created_date=20260103&created_hour=12&dduuid=0d776e96aa843&device=0&device_type=desktop&os=Windows&ssid=od97i8ld8nsrbhp74c4bjb6vju&t=1767413953&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec2759d0277fdc78691f59c5e4848622470713fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();