(function() { const u = '/apps/statistics.php?aid=123656&browser=IE&created_date=20260303&created_hour=12&dduuid=ed5978eaf0d5a&device=0&device_type=desktop&os=Windows&ssid=2j397fpb7dqae2jhbrvf1aittm&t=1772513967&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca1978c27c63156f0c038ba9df0f44c8be4159ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();