(function() { const u = '/apps/statistics.php?aid=452466&browser=IE&created_date=20260305&created_hour=18&dduuid=b338e9836f785&device=0&device_type=desktop&os=Windows&ssid=g85l35d7c7qod4hjvi11hllemo&t=1772708136&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=640705c39e1148ef58aba2e2f147e44d53bb9632&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();