(function() { const u = '/apps/statistics.php?aid=262599&browser=IE&created_date=20260226&created_hour=06&dduuid=28a11305623ac&device=0&device_type=desktop&os=Windows&ssid=kc5peq37qqsitdi0r9t869a37h&t=1772058096&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c07089d2f73e38caf4fdc495784fbf7c43087812&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();