(function() { const u = '/apps/statistics.php?aid=368906&browser=IE&created_date=20260305&created_hour=20&dduuid=382512d759a0b&device=0&device_type=desktop&os=Windows&ssid=5efltpaiecv5qogt1p7duhm085&t=1772714582&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6591fa4743a87e67373e535fa72fa9d042d8cd06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();