(function() { const u = '/apps/statistics.php?aid=453973&browser=IE&created_date=20260311&created_hour=20&dduuid=0a0165bb138f6&device=0&device_type=desktop&os=Windows&ssid=6s9d2rsl3h8s52jmmofl97r4ru&t=1773230800&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0144c3b5fc0b8fd1e6169cec77ca850c7c92adc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();