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