(function() { const u = '/apps/statistics.php?aid=428041&browser=IE&created_date=20260122&created_hour=03&dduuid=abb45966a56ae&device=0&device_type=desktop&os=Windows&ssid=t8k32h1u79l2d3eg35uhl9l9jp&t=1769023564&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b5da88f090c686c5636162e548d82de5b820e7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();