(function() { const u = '/apps/statistics.php?aid=370650&browser=IE&created_date=20260305&created_hour=17&dduuid=88e40e73cf8dd&device=0&device_type=desktop&os=Windows&ssid=d6dvp796fb10d7lplntq0m7s78&t=1772704374&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e96c8250f83f8cbee7d72ff975e6c13f67962460&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();