(function() { const u = '/apps/statistics.php?aid=454659&browser=IE&created_date=20260303&created_hour=14&dduuid=1881f9ba93670&device=0&device_type=desktop&os=Windows&ssid=amsh3nde9rlmr26q7h589jkte5&t=1772518495&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d41b0302886ccace754a77fd04f4b65d9d03eaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();