(function() { const u = '/apps/statistics.php?aid=404988&browser=IE&created_date=20260307&created_hour=08&dduuid=0a963ffd4bd50&device=0&device_type=desktop&os=Windows&ssid=sqck2ocfln4je78htqaa6q58sj&t=1772842303&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b48d84ca2809306adbd221eb9a7678b9b4c6bf28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();