(function() { const u = '/apps/statistics.php?aid=453417&browser=IE&created_date=20260305&created_hour=17&dduuid=3078bb63e3e16&device=0&device_type=desktop&os=Windows&ssid=h42a1kvvdi4o3b5q7b6ipdrqeg&t=1772702698&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f181d4a027b414dd1b806380aaa4438e61c93a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();