(function() { const u = '/apps/statistics.php?aid=452113&browser=IE&created_date=20260312&created_hour=03&dduuid=dc701a7163a56&device=0&device_type=desktop&os=Windows&ssid=dudu1dh0i17e93q3744b49lh1c&t=1773255726&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f9fc22369067dbadf29f182ce728fffc332e14b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();