(function() { const u = '/apps/statistics.php?aid=430490&browser=IE&created_date=20251230&created_hour=07&dduuid=fb030844e123c&device=0&device_type=desktop&os=Windows&ssid=a6selab7tk54rt9k171h2v0rh0&t=1767051431&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e44d0350301b4949cdc2313b3ec9f7f72af49054&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();