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