(function() { const u = '/apps/statistics.php?aid=455315&browser=IE&created_date=20260223&created_hour=20&dduuid=7aeef957ac01b&device=0&device_type=desktop&os=Windows&ssid=hh1su7guhphg2m6acgdk22qda4&t=1771851538&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f515d46aca78fd404bac3fbe6812dd6c71b5dcb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();