(function() { const u = '/apps/statistics.php?aid=442901&browser=IE&created_date=20260227&created_hour=15&dduuid=7ebe73939931f&device=0&device_type=desktop&os=Windows&ssid=ostrfupdu3glor3nkne8o5o4re&t=1772176283&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1539e33ef04360ca38c07c1d8949873cbde34a52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();