(function() { const u = '/apps/statistics.php?aid=47098&browser=IE&created_date=20260311&created_hour=06&dduuid=290e17f6ad857&device=0&device_type=desktop&os=Windows&ssid=qv5dte6h0p808u25hegr8ddb3v&t=1773181589&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=037fdb6c5f2ceaad7df47f0dcbd76812d116c14b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();