(function() { const u = '/apps/statistics.php?aid=439583&browser=IE&created_date=20260304&created_hour=01&dduuid=2e679eb2537bc&device=0&device_type=desktop&os=Windows&ssid=acf0ol04ds46q9pglip90b5d4h&t=1772560548&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fe4722ddc650134ee60a985812e21d5699e2e4d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();