(function() { const u = '/apps/statistics.php?aid=276156&browser=IE&created_date=20260308&created_hour=04&dduuid=7a95f4f7f518c&device=0&device_type=desktop&os=Windows&ssid=ggc4q804he89dk2es8tje0o7uj&t=1772917142&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ffbbef065d435363bf85844e51c36716d1c9d31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();