(function() { const u = '/apps/statistics.php?aid=460191&browser=IE&created_date=20260312&created_hour=02&dduuid=8579bea4c8013&device=0&device_type=desktop&os=Windows&ssid=500o35b3snkoul764cp5jeh4he&t=1773252254&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7a2f7709c2ab3048fac43c730091cc84f6fd908&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();