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