(function() { const u = '/apps/statistics.php?aid=431637&browser=IE&created_date=20260312&created_hour=00&dduuid=abcbae58e79ce&device=0&device_type=desktop&os=Windows&ssid=io002uu84abod4l4s9k4fa814v&t=1773246952&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f7ff73122991363e04c495ed042067cf6cde9ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();