(function() { const u = '/apps/statistics.php?aid=213722&browser=IE&created_date=20260305&created_hour=12&dduuid=b00275f85d9f2&device=0&device_type=desktop&os=Windows&ssid=4n9fvh85mlvuc674i9lg74ja9d&t=1772684420&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4ffbf92b3d464fe9b0a3c2978877a3792d19768&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();