(function() { const u = '/apps/statistics.php?aid=435383&browser=IE&created_date=20260308&created_hour=07&dduuid=07f9d15dd895b&device=0&device_type=desktop&os=Windows&ssid=se82apf83e6hndi54rgdnh3pp5&t=1772926611&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=038b1b341b602ae782871df3b43b35c835eb28b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();