(function() { const u = '/apps/statistics.php?aid=121&browser=IE&created_date=20260314&created_hour=04&dduuid=687432f2f6148&device=0&device_type=desktop&os=Windows&ssid=fhs0l235qm0gak7li74c2gjg9h&t=1773433536&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a76f2dcaf72c239aaca3cee687d9ea05cf811d7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();