(function() { const u = '/apps/statistics.php?aid=270915&browser=IE&created_date=20260314&created_hour=23&dduuid=5c1e89bda4870&device=0&device_type=desktop&os=Windows&ssid=6kd5bqv4iqufsd49kphmbfnj1s&t=1773501554&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40f6bd66fba72d092c100e91498782bb64da419b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();