(function() { const u = '/apps/statistics.php?aid=397289&browser=IE&created_date=20251224&created_hour=04&dduuid=bdf64b2571bd0&device=0&device_type=desktop&os=Windows&ssid=co2ild1rqo2c7nvam0c1nc89uc&t=1766522508&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e815e826083407643e868be355087fb3d627c024&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();