(function() { const u = '/apps/statistics.php?aid=428575&browser=IE&created_date=20260125&created_hour=01&dduuid=66699d42c8e3e&device=0&device_type=desktop&os=Windows&ssid=nm9q26gcv9rtdnnaceh1tiitdm&t=1769274728&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d4263f20f263601a875689c95cb467797304144&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();