(function() { const u = '/apps/statistics.php?aid=213687&browser=IE&created_date=20251129&created_hour=19&dduuid=4a6659b1c7a0c&device=0&device_type=desktop&os=Windows&ssid=ab138rugd7fhfi6ipdgmtl23ct&t=1764414533&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=556b0022ae348b53609aa9081de15e313843a971&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();