(function() { const u = '/apps/statistics.php?aid=402135&browser=IE&created_date=20260316&created_hour=03&dduuid=baec5746ea688&device=0&device_type=desktop&os=Windows&ssid=bef5n6o3h8969p6gg418g721pt&t=1773601827&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98669909bd44f51188b355b72f17ae27818ba044&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();