(function() { const u = '/apps/statistics.php?aid=455725&browser=IE&created_date=20260310&created_hour=09&dduuid=590ab8afdff25&device=0&device_type=desktop&os=Windows&ssid=bdftcpiuqcct3cpc7c6hhk7a5d&t=1773104587&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=322ef0545f129ce42ae54090ac21e5d6a4421f09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();