(function() { const u = '/apps/statistics.php?aid=451346&browser=IE&created_date=20260125&created_hour=06&dduuid=6ab464db4ffeb&device=0&device_type=desktop&os=Windows&ssid=fmjl1icas2nni228kimf7tuvdm&t=1769293705&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68bb322b2fc0b506e63f96210e484f9d6665fd26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();