(function() { const u = '/apps/statistics.php?aid=409727&browser=IE&created_date=20260121&created_hour=06&dduuid=c6c739195fc5c&device=0&device_type=desktop&os=Windows&ssid=ph420s37p6ob5ff8cphbn14t4n&t=1768947742&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b62fe7a26c93208421157968d69df57e4fa3916&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();