(function() { const u = '/apps/statistics.php?aid=455027&browser=IE&created_date=20260306&created_hour=09&dduuid=86c66a6bb2cad&device=0&device_type=desktop&os=Windows&ssid=fmt4t4msiveecsrcs1g1815e4l&t=1772760174&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c06524e3d2564dce95521e4131fbd6ab3fc0d2a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();