(function() { const u = '/apps/statistics.php?aid=208389&browser=IE&created_date=20260101&created_hour=04&dduuid=d000ec52f4619&device=0&device_type=desktop&os=Windows&ssid=qgsia46ui2t3vokpd67u41b6q6&t=1767214631&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dd47f1eb254f114d09f7c8582ef3b41198d4152&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();