(function() { const u = '/apps/statistics.php?aid=823&browser=IE&created_date=20260316&created_hour=07&dduuid=5d05ba37a1653&device=0&device_type=desktop&os=Windows&ssid=p2r0809uk9ns8smfgro167p2cd&t=1773616326&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=547dddc9cc74cacf7f13844c2718d18ec238b9ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();