(function() { const u = '/apps/statistics.php?aid=451256&browser=IE&created_date=20260313&created_hour=02&dduuid=0606316479cb4&device=0&device_type=desktop&os=Windows&ssid=jv047hjn667i6ai70goktu5cp5&t=1773341325&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c8932604650a605e9687873825989f9c3f38b39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();