(function() { const u = '/apps/statistics.php?aid=206570&browser=IE&created_date=20251226&created_hour=20&dduuid=4471c4301423c&device=0&device_type=desktop&os=Windows&ssid=5oen2qapjpqeuclsffn8ia8tp9&t=1766750713&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c5934e882f718f4df370d61215f2f997740026b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();