(function() { const u = '/apps/statistics.php?aid=456035&browser=IE&created_date=20260310&created_hour=12&dduuid=c687c4d61464c&device=0&device_type=desktop&os=Windows&ssid=3lkt3br47n91omsq7osvk30h2q&t=1773117898&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8847e4705422fcc2949dc1729170f9ea8ae6154&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();