(function() { const u = '/apps/statistics.php?aid=769&browser=IE&created_date=20260301&created_hour=05&dduuid=80fd26b2bed77&device=0&device_type=desktop&os=Windows&ssid=htg3klpr0tbmof3rb4hfs0rcav&t=1772313326&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=500f50805381d6dd168fab577d9e710d5d6e8b05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();