(function() { const u = '/apps/statistics.php?aid=345801&browser=IE&created_date=20260316&created_hour=20&dduuid=62f08018f0837&device=0&device_type=desktop&os=Windows&ssid=68arn9b0tbfkik9hugf0sp4l8i&t=1773665841&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7181c82c3ffc1530d63e1e397117f3d323017122&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();