(function() { const u = '/apps/statistics.php?aid=400178&browser=IE&created_date=20260129&created_hour=08&dduuid=814d001f40df8&device=0&device_type=desktop&os=Windows&ssid=mjb1dblnn9djsg6i90oiid52t7&t=1769647296&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93904549c8205e6482f32ebe3dda9442b02ef064&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();