(function() { const u = '/apps/statistics.php?aid=424845&browser=IE&created_date=20260311&created_hour=02&dduuid=8f65c4d66180f&device=0&device_type=desktop&os=Windows&ssid=c44lcqvmiqssdd8cipn6vpfj27&t=1773165968&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3dbc9b24c40cec2132e0e0d5782e5b8d7d15ae03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();