(function() { const u = '/apps/statistics.php?aid=448824&browser=IE&created_date=20260308&created_hour=06&dduuid=099554b0d9043&device=0&device_type=desktop&os=Windows&ssid=95gju5pvalo84tkhv3c2c50t1p&t=1772921975&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eaae63492549e9976509763a53ec0d64b0e0f57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();