(function() { const u = '/apps/statistics.php?aid=455336&browser=IE&created_date=20260310&created_hour=15&dduuid=4dae6cb17c1de&device=0&device_type=desktop&os=Windows&ssid=14dsifpb53hbqa4qj1elmsrds8&t=1773129059&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=810cd7b1711aeecd75f913ee7dc86a86fcec5f51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();