(function() { const u = '/apps/statistics.php?aid=57806&browser=IE&created_date=20260304&created_hour=16&dduuid=fb8202b0c17ff&device=0&device_type=desktop&os=Windows&ssid=lis37omn81j0e9bsiohmb56c5n&t=1772613442&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07240d3ea53d2b90dde3e0d1bd8fe2f24f58ea3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();