(function() { const u = '/apps/statistics.php?aid=208425&browser=IE&created_date=20260101&created_hour=01&dduuid=6d1d870891c9f&device=0&device_type=desktop&os=Windows&ssid=lpthinsoh1q5bstlnk8updhvm1&t=1767200461&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22ee41bcef772a4accb107a098c18cd040e69e88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();