(function() { const u = '/apps/statistics.php?aid=4596&browser=IE&created_date=20260228&created_hour=02&dduuid=52501b8d9986b&device=0&device_type=desktop&os=Windows&ssid=ve368u1ac6e9s6vad4p84pp5rb&t=1772215576&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d60291d7ffad5c9ba9930b708de11cfef01b56d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();