(function() { const u = '/apps/statistics.php?aid=453063&browser=IE&created_date=20260202&created_hour=01&dduuid=66b610d410a20&device=0&device_type=desktop&os=Windows&ssid=nerrifp0biisvjocd8a8t5s3af&t=1769968659&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db6f6b3d22cdd0c549d44b8714613adc406f8176&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();