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