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