(function() { const u = '/apps/statistics.php?aid=452964&browser=IE&created_date=20260224&created_hour=16&dduuid=a423b6f38a885&device=0&device_type=desktop&os=Windows&ssid=5a1ee1vgfmns9f7de7dqvl41ck&t=1771920183&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2ed185753b5e89c4fbb0c459644bfeac3c8842f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();