(function() { const u = '/apps/statistics.php?aid=433186&browser=IE&created_date=20260113&created_hour=00&dduuid=16da5bb39e051&device=0&device_type=desktop&os=Windows&ssid=1n4psaasvpm30jo4qdmhsrofs2&t=1768236569&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc552a3c631bd5ceb5ec965f16647666eb853de0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();