(function() { const u = '/apps/statistics.php?aid=430246&browser=IE&created_date=20260118&created_hour=07&dduuid=c3aa301dae701&device=0&device_type=desktop&os=Windows&ssid=s3qfbtm0740evv0fodber06613&t=1768692759&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a85636ca586c98f72a03ca483c0fa1a924947dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();