(function() { const u = '/apps/statistics.php?aid=454091&browser=IE&created_date=20260305&created_hour=00&dduuid=4f9c4f51a6fed&device=0&device_type=desktop&os=Windows&ssid=81l0egm00bcg7n151ihuep1vda&t=1772642560&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22f81b1b0b280324f0a8c9ffd52c90dd488ba574&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();