(function() { const u = '/apps/statistics.php?aid=357780&browser=IE&created_date=20260311&created_hour=18&dduuid=0f786e655a7c6&device=0&device_type=desktop&os=Windows&ssid=cld094h5j1jcdnk89a2nni8ddf&t=1773225822&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e36b43af9d35803d537dbafe2772114097f0dfa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();