(function() { const u = '/apps/statistics.php?aid=436183&browser=IE&created_date=20260316&created_hour=05&dduuid=12b4d830624ee&device=0&device_type=desktop&os=Windows&ssid=fq4segkforhiu0g9qmeqi0fmsg&t=1773609456&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c304c58186c8111d1a9a9d161678134c418c3669&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();