(function() { const u = '/apps/statistics.php?aid=449471&browser=IE&created_date=20260225&created_hour=23&dduuid=9dc8dd56cad20&device=0&device_type=desktop&os=Windows&ssid=i64pr8biomr2kv9t1pojud2sd6&t=1772033327&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=230d744432e9abaf04f52abd3098d62994db1299&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();