(function() { const u = '/apps/statistics.php?aid=451464&browser=IE&created_date=20260225&created_hour=05&dduuid=a04f5a08efe99&device=0&device_type=desktop&os=Windows&ssid=oq1u266ejk9dn95q2dmqiv84ti&t=1771967780&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=342302c3385e3777bf62d201b92611b49fc4d184&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();