(function() { const u = '/apps/statistics.php?aid=447482&browser=IE&created_date=20260122&created_hour=14&dduuid=cf942aa0e531f&device=0&device_type=desktop&os=Windows&ssid=ndc511e27tleoscs2l11d0i3kb&t=1769062984&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=791ae6ca214128cf6479893e9c2d027d252199ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();