(function() { const u = '/apps/statistics.php?aid=454241&browser=IE&created_date=20260224&created_hour=05&dduuid=3265be8285a09&device=0&device_type=desktop&os=Windows&ssid=t8f8ochcrg1rcdpqe9hl362gdq&t=1771881338&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c8ac8aaddb6ee2e14eb1e244401b7ef98d85236&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();