(function() { const u = '/apps/statistics.php?aid=452213&browser=IE&created_date=20260312&created_hour=10&dduuid=b439f38021a92&device=0&device_type=desktop&os=Windows&ssid=aqc4rskhcspk0uue90lkro01no&t=1773284095&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=060f8263bdf4e9b77170a0c92b5475fc6e4a8f7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();