(function() { const u = '/apps/statistics.php?aid=450933&browser=IE&created_date=20260307&created_hour=14&dduuid=2b43a6ff2aa37&device=0&device_type=desktop&os=Windows&ssid=fmgksiqeorh29fn8eaqopfapqf&t=1772865617&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=896258f5975a787b2e26bc2045bcf852cfd4c6a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();