(function() { const u = '/apps/statistics.php?aid=460183&browser=IE&created_date=20260312&created_hour=16&dduuid=6f7d2ca038a51&device=0&device_type=desktop&os=Windows&ssid=2msfoiitjkicot5l43osh8ifqn&t=1773303425&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0ffc143c90cb915b2164d59312154f6680121de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();