(function() { const u = '/apps/statistics.php?aid=448012&browser=IE&created_date=20260112&created_hour=12&dduuid=63a126030cbae&device=0&device_type=desktop&os=Windows&ssid=8iei8jhh8ff00g08f11ra220up&t=1768192940&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5d325f67ae48725b8c2d87e8c6c8dfaddff48e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();