(function() { const u = '/apps/statistics.php?aid=396939&browser=IE&created_date=20260308&created_hour=16&dduuid=1d4ad74343b61&device=0&device_type=desktop&os=Windows&ssid=jf9ob7t0592v0tihk8tpjlcid1&t=1772958143&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90c35fdb93c7decdf12e3eba8107238608d22360&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();