(function() { const u = '/apps/statistics.php?aid=445049&browser=IE&created_date=20251220&created_hour=13&dduuid=06acb092ccc7c&device=0&device_type=desktop&os=Windows&ssid=01cbnp783tt90s9n9hev8mftj8&t=1766207705&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3f804b52ce277ff199e75b14d827ae9ba4aeebb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();