(function() { const u = '/apps/statistics.php?aid=334350&browser=IE&created_date=20260307&created_hour=09&dduuid=18df837086481&device=0&device_type=desktop&os=Windows&ssid=10nf9bv1ehpd57pgo599m31fus&t=1772848104&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8687021d382d26a39fb96219736534e7128e70b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();