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