(function() { const u = '/apps/statistics.php?aid=450969&browser=IE&created_date=20260311&created_hour=17&dduuid=54e7323cf9bfe&device=0&device_type=desktop&os=Windows&ssid=8535k75tga9kpvhsr6m25s8knl&t=1773221954&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c233e835ac3638f9a9d044eab7e596b8f3ef4e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();