(function() { const u = '/apps/statistics.php?aid=35940&browser=IE&created_date=20260310&created_hour=21&dduuid=5840c0066019c&device=0&device_type=desktop&os=Windows&ssid=p9ie0pk59j658e76f02cukge0m&t=1773150790&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a814dab97527f672145d4e82e44579d832e7631c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();