(function() { const u = '/apps/statistics.php?aid=98683&browser=IE&created_date=20260304&created_hour=21&dduuid=001d416a86bd2&device=0&device_type=desktop&os=Windows&ssid=24bqkbh50tomvk80sqo0dqo617&t=1772630473&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eca8a32707e00449a3de940bbaa48db14c89e4b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();