(function() { const u = '/apps/statistics.php?aid=435146&browser=IE&created_date=20260305&created_hour=05&dduuid=6642b1e17f8db&device=0&device_type=desktop&os=Windows&ssid=b0b73fk8u4nca0h3bdtmfmorid&t=1772658181&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc65a354f67799059fd10e9042d1a1c0048244c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();