(function() { const u = '/apps/statistics.php?aid=262750&browser=IE&created_date=20260315&created_hour=23&dduuid=ae95c96b445b2&device=0&device_type=desktop&os=Windows&ssid=fb7gm6sd54o8d8ojq8t9mk1o26&t=1773588035&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb21ef978031de95862a9830971c29f54cdd3559&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();