(function() { const u = '/apps/statistics.php?aid=402118&browser=IE&created_date=20260316&created_hour=19&dduuid=b30e480f77233&device=0&device_type=desktop&os=Windows&ssid=bq3pe2q45k6tbf99mjueh3m47k&t=1773660903&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a903709638dd744f223a55994d598beb79d4ab7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();