(function() { const u = '/apps/statistics.php?aid=445617&browser=IE&created_date=20260102&created_hour=03&dduuid=65d792db2f026&device=0&device_type=desktop&os=Windows&ssid=05vii40pd63al4uu8e7ag6d5fo&t=1767295478&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=699179dc47c71dc67b464403dcdadbcd81202eb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();