(function() { const u = '/apps/statistics.php?aid=375492&browser=IE&created_date=20260311&created_hour=13&dduuid=56b1ff835e6c9&device=0&device_type=desktop&os=Windows&ssid=ovel0e2gtlm2f95gue8u8jsake&t=1773206666&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d93bbf16f3de87e5d04d643c1992ca0ba5b20d25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();