(function() { const u = '/apps/statistics.php?aid=454917&browser=IE&created_date=20260307&created_hour=00&dduuid=0dc082ad782ad&device=0&device_type=desktop&os=Windows&ssid=0qtm64qr4elc064d1acn1ss8e7&t=1772813987&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62e4862019384892d04bcb28b0e307ea8ef13077&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();