(function() { const u = '/apps/statistics.php?aid=403808&browser=IE&created_date=20260125&created_hour=13&dduuid=4052474f920b7&device=0&device_type=desktop&os=Windows&ssid=4e832acedp316oqjp1hb40s4du&t=1769320237&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53e0654b730bdeb15e0551931749cd2bfc6d5436&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();