(function() { const u = '/apps/statistics.php?aid=425047&browser=IE&created_date=20260311&created_hour=18&dduuid=10e78e15bfbeb&device=0&device_type=desktop&os=Windows&ssid=hf92eo7qg5cc684ja62nev3thl&t=1773225420&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e388328939de5bcea3dce0ab91b05ac0a358fd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();