(function() { const u = '/apps/statistics.php?aid=391610&browser=IE&created_date=20260305&created_hour=09&dduuid=8d36c5b772743&device=0&device_type=desktop&os=Windows&ssid=h62o28em0t6bmh8fh6d5on7ml8&t=1772674793&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd244fc67624bac85227ee0a9f7b0b850bd17268&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();