(function() { const u = '/apps/statistics.php?aid=454953&browser=IE&created_date=20260306&created_hour=15&dduuid=94d1a8620469e&device=0&device_type=desktop&os=Windows&ssid=k2p6vda3opqe0qq5eql33bsdes&t=1772782473&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d511de2e281b71789c2c1966d9b316408aa36f35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();