(function() { const u = '/apps/statistics.php?aid=343255&browser=IE&created_date=20260313&created_hour=14&dduuid=0c60ba58a31a7&device=0&device_type=desktop&os=Windows&ssid=biodg48bktgmnbtmvolofvhmb7&t=1773383166&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=466f9eeba37abfabc809fde2d7fc2ed50078a60a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();