(function() { const u = '/apps/statistics.php?aid=451467&browser=IE&created_date=20260125&created_hour=09&dduuid=a5d0bf2385672&device=0&device_type=desktop&os=Windows&ssid=cslq718kd72ipnedednhfk2g2q&t=1769304242&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65d5807d964dfbf8cd6a869db831e5358c24dad6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();