(function() { const u = '/apps/statistics.php?aid=454667&browser=IE&created_date=20260311&created_hour=06&dduuid=00f74c88184b4&device=0&device_type=desktop&os=Windows&ssid=apdmua20n2r5hdemmchkrc4dfl&t=1773181347&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05d5c73c06476f7346c5d3b270131af409f6b2df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();