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